home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsc92nov.zip / type.h < prev    next >
C/C++ Source or Header  |  1992-11-02  |  286b  |  16 lines

  1. /*
  2.  * type.h -- Definition of ScmType(...)
  3.  *
  4.  * (C) m.b (Matthias Blume), Mar 1992, HUB/Ger
  5.  *
  6.  * ident "@(#) type.h (C) M.Blume, Humboldt-Uni Berlin, 1.2"
  7.  */
  8.  
  9. # ifndef TYPE_H_
  10. # define TYPE_H_
  11.  
  12. /* works for ANSI only */
  13. # define ScmType(name) (&Scm ## name ## _description)
  14.  
  15. # endif
  16.